Snapservice VmReplicationConfigParams

Snapservice VmReplicationConfigParams
Snapservice VmReplicationConfigParams

The Snapservice VmReplicationConfigParams schema contains properties to configure virtual machine replication. At least one of the fields needs to be specified when updating the replication configuration.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "target_config": {
        "use_replica_seed": false,
        "storage_spec": {
            "target_datastore": "string"
        }
    }
}
target_config
Optional

Specify if replication target override should be configured for virtual machine replication.

This property was added in vSphere API 9.1.0.0.

if missing or null use the protection group level settings.